Delete Configuration

Delete an email verification configuration.

SecurityapiKey
Request
path Parameters
configurationId
required
string

ID of the configuration.

Example: c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4
query Parameters
featuresOn
Array of strings (TransactionFeatureParam)

Features to be enabled. Do not use CREATE_TRANSACTION and COMMIT_TRANSACTION at the same time.

Items Enum: Description
CREATE_TRANSACTION

Creates a new transaction and makes the current request a part of it. By default turned off.

COMMIT_TRANSACTION

Commit transaction. By default turned off.

Example: featuresOn=CREATE_TRANSACTION
transactionId
string (TransactionId)

ID of the transaction, pass it in subsequent requests to make them part of the transaction.

Example: transactionId=8e37da1e-ee9d-4ee0-b03d-24a1f89988f2
Responses
200

OK.

400

Bad Request.

delete/configurations/emailverification/{configurationId}
Request samples
Response samples
application/json
{
  • "name": "My configuration",
  • "configuration": {
    },
  • "version": 4,
  • "id": "67e55a52826f904dcbf63743",
  • "createdAt": "2025-03-27T14:01:54.259Z",
  • "modifiedAt": "2025-03-27T14:29:20.097Z",
  • "createdBy": "b3e96bd8-96a6-48f5-b378-610d177be354",
  • "defaultConfiguration": false,
  • "relatedConfigurations": [ ]
}